home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / archive / at800.arj / NEWFOR.800 < prev    next >
Text File  |  1993-11-11  |  5KB  |  117 lines

  1.  
  2. CHANGES AND MODIFICATIONS IN ARCTOOL
  3. ------------------------------------
  4.  
  5. 1. ARCTOOL used an array method  of storing it's file information, and this
  6. had the effect of limiting the total  number of files that it could display
  7. to around 512. Also, this took up  about 2K of stack with EACH archive that
  8. was opened. Completely changed this so  that BOTH archives and files inside
  9. of  archives can  be displayed  up to  the available  memory. In  a typical
  10. system, there should be around 300K  available for ARCTOOL. This means that
  11. you could handle a total of 2500+ archives or files. The next step would be
  12. to allocate the buffers in EMS which could be done.
  13.  
  14. 2. Added a file counter to "READING ARCHIVES .." so that on slow systems or
  15. reading from  floppy disks, you can  tell how many files  have been read so
  16. far. BIG archives may take a minute  or so, and some folks thought that the
  17. system had hung.
  18.  
  19. 3. Added the ability to ESCAPE  out when reading archives. Previously, once
  20. it started, you HAD to let it finish, now pressing ESCAPE aborts.
  21.  
  22. 4. Added a "MAKE SURE PRINTER IS  ON.." window to the "PRINT FILE" facility
  23. to  allow  ESCAPE  to  be  pressed   to  abort  the  printing  of  a  file.
  24. Occasionally, the 'P' key would be accidentally pressed, and if it happened
  25. to be an EXE or COM file, the printer went crazy.
  26.  
  27. 5.  Reworked the  whole mechanism  for finding  and reading  the CFG  file.
  28. Normally, the  CFG file was to  be stored in the  same directory as AT.EXE.
  29. However on some systems, problems  were experienced finding the file. Also,
  30. on systems  with MULTIPLE hard drives,  the CFG could have  been on another
  31. drive completely. ARCTOOL should now CORRECTLY find the CFG file.
  32.  
  33. 6. HOWEVER, JUST  IN CASE, Added the "SET  ATCFG=somepath" feature to allow
  34. the explicit definition of where the CFG file can be found.
  35.  
  36. 7. Added the /D switch to  allow reading the CURRENT directory ONLY without
  37. subs and without  using the CFG file. Some folks  had LONG directory names,
  38. and it was very painful to have to continually enter :
  39.  
  40.          AT \mypath\mypathsub1\mypathsub2\mypathsub3\mypathsub4\
  41.  
  42. every time one wanted to view ONLY  the archives in that directory. Now you
  43. can just  enter AT /d  from that directory,  and all of  the files in  THAT
  44. DIRECTORY ONLY will be displayed.
  45.  
  46. 8. Added the SFX=ON,OFF switch to the  CFG file. This can be entered BEFORE
  47. and  AFTER any  pathname, and  reading of  SFX files  will be activated and
  48. deactivated as desired.
  49.  
  50. February 10, 1993
  51.  
  52. 9. Added the ASSOCIATE facility. This works by keeping a list (up to 10) of
  53. the file extensions that are associated.  i.e. the extension 'TXT' could be
  54. associated with  the program LIST.COM  and pressing return  on a file  with
  55. that extension  would execute LIST.COM for  that file. This is  REALLY nice
  56. for viewing odd file types such as WORDPERFECT or LOTUS.
  57.  
  58. 10. Changed  the VIEW facility  to allow for  viewing ANSI files.  Many BBS
  59. files  contain  files  with  ANSI  codes,  and  viewing  them is allowed by
  60. pressing ALT A when in the file viewer.
  61.  
  62. March 29, 1993
  63.  
  64. 11. Incremented VERSION to 'E'.  Enough changes made to justify this.
  65.  
  66. 12. Rewrote the DOC files, and added page headers and breaks.
  67.  
  68. 13. Added  CUSTOM VIEW feature. Allows  user to use viewer  of choice as an
  69. alternative to the internal viewer.
  70.  
  71. 14. Added EDIT function on config file. Files are read in and can be tagged
  72. as to which are to be saved.  Changed format to include path\sfx=xxx on the
  73. same line in the config file.
  74.  
  75. 15.  Add  /SG  switch  to  force  ARCTOOL  to  read  ALL LOGICAL drives for
  76. archives.
  77.  
  78. April 12, 1993
  79.  
  80. 16. Corrected  bug that caused  some disk  caches  under DOS 5.0  to pass a
  81. directory  as  as  readable  archive.  ARCTOOL  would  think  that the root
  82. directory of  the drive was a  single readable file. Strange  problem !!! I
  83. modified the assembler code to check for this and problem was corrected.
  84.  
  85. September 30, 1993
  86.  
  87. 17. Had  not done any  major work in  some time. Upgraded  to VERSION 7.8G.
  88. Added NEW  file viewer code. VERY  VERY FAST !! Has  capability for viewing
  89. files as big as 33 MEG !!!! Also changed HEX view.
  90.  
  91. 18. Added code  to save EGA/VGA font on program  entry and restore on exit.
  92. Some external programs were clobbering it.  (VIEW.EXE - PCTOOLS).
  93.  
  94. 19. Compressed  EXE down to  only 98000 bytes.  Added code to  write config
  95. varibles (colors, paths etc) at end of EXE file.
  96.  
  97. 20.  Optimized code  quite a  bit.  Should  run 30%  faster. Especially  at
  98. startup and while getting archive file names. Lookup for archives should be
  99. lightning fast too. Done completely in Assembler.
  100.  
  101. November 1, 1993
  102.  
  103. 21.  LOTS OF CHANGES for version 8.0
  104.  
  105. ..  Added COMPLETE Rodent support.
  106.  
  107. ..  Added 43/50 EGA/VGA support.
  108.  
  109. .. "quick"  cursor placement on  files by name.  Just type the  name of the
  110. file. As  you do, AT  will place the  file cursor on  the closest match. In
  111. order to do this, ALL keys were  reassigned. You must use the ALT keys with
  112. the menu items
  113.  
  114. .. Made the EXE file smaller and MUCH faster. You'll notice that the EXE is
  115. about 1/2 the size of the previous version.  Neat trick huh ???
  116.  
  117.